Data Type Php

   $item = 43;
   echo "The variable \$item is numeric: ".is_numeric($item)."";
?>