Private/Test-Numeric.ps1

function Test-Numeric ($x) {
    ($x -match '^\d+$')
}