Consolidate the repeated integer coercion logic across api.py, billing.py,
jobs.py, limits.py, and metrics.py into a shared `_coerce_int` helper in
numbers.py. Preserve each function name, signature, and fallback default.
