<?php $data = "10";
if ( is_numeric($data) ) { print "numeric"; } else { print "not numeric"; } ?>
●実行結果 numeric