foreach ($ids as $id){
$top_term = get_top_term( 'cat' , $id );
$toptermids_cars .= $top_term->term_id.', ';
}
echo $toptermids_cars; // выведет 11, 55, 97, 27, 25,
$array_toptermids_cars = array( $toptermids_cars ); // но в array передается как строка