Homephp Check that entered value is numeric or not in php bySalman Ahmad •July 10, 2012 0 We can use isnumeric function to check that value is numeric or not it is return true and false .Example ... if(!isnumeric($value)){ echo "Value should be numeric"; } Tags: php Facebook Twitter