if(is_numeric($valor)){ //la variable es un numero return true;}else{ //la variable no es numero return false;}