PHP explode e tipecast
$integerIDs = array_map('intval', explode(',', $string));
Panicky Panther
$integerIDs = array_map('intval', explode(',', $string));