Proving a transfer function is proper or not

Applying your definition of a proper transfer function to rational transfer functions (i.e. transfer functions with only polynomial expressions in $s$ for the numerator and denominator) is equivalent to that the order of the numerator polynomial should be equal or less than the order of the denominator polynomial and that the denominator only has roots (i.e. poles) with negative real part. Usually, I encounter the definition of proper without the constraints on the poles and thus only with the constraint on the order of the numerator.

The constraint on the order of the numerator would ensure that $\|G(s)\|<\infty$ when $|s|\to\infty$. This can be shown to be the case for your transfer function. Now it only has to be checked if all poles of your transfer function are stable, for which we need to solve

$$ 1+s\,e^{-s}=0. \tag{1} $$

It can be shown that the solutions to $(1)$ are $s=-W_n(1)$, with $W_n(x)$ the n$^\text{th}$ Lambert W-function. However, $Re(-W_1(1))=1.5339>0$ which would imply at least one unstable pole with positive real part and thus not proper.


It would also be possible to derive that your transfer function is unstable (at least one pole with positive real part) by considering that your transfer can also be obtained by applying unit negative feedback to $s\,e^{-s}$ (your transfer function would be the associated closed loop sensitivity transfer function). Namely, from the Nyquist plot of $s\,e^{-s}$, using the Nyquist stability criterion, it would follow that the closed loop is unstable.