/^\d+$/

if(str.match(/^\d+$/)) {
alert("sono solo numeri");
}