if(is_home() and !is_paged() or is_front_page()){
 // homepage = true;
}

 Oder negiert

if(!is_home() and !is_front_page() or is_paged() ){
..
}