I'm going to give this a go - apologies in advance if there are errors. I assume you're relatively fluent with ordinals (i.e. thinking of numbers as sets, etc.)
Let $A$ be the set in question. If $n$ is any natural number then by assumption $A$ is not in bijection with $n$; the Law of Trichotomy (which requires Choice, I believe) then implies that either $A<n$ or $n<A$.
If $A<n$ there is an injection of $A$ into $n$, which is then a bijection onto its image - but its image, being a subset of $n$, is in bijection with some (smaller) natural number, and this contradicts the assumption on $A$.
Therefore $n<A$ for every natural number $n$; in other words we have injections $n \hookrightarrow A$ for all $n \in \mathbb{N}$. Furthermore we can choose these injections so that they commute with the natural inclusions $n \hookrightarrow m$ for $n<m$.
Now define our map $f: \mathbb{N} \rightarrow A$ by setting $f \vert_n$ equal to the chosen injection $n \hookrightarrow A$, for all natural numbers $n \subseteq \mathbb{N}$. This is well-defined because of the commutativity assumption in the previous paragraph.
Finally, $f$ is an injection: for if $a,b \in \mathbb{N}$ with $f(a) = f(b)$, then we can choose $n$ bigger than both $a$ and $b$, and then:
\begin{equation*} f \vert_n(a) = f(a) = f(b) f \vert_n(b) \end{equation*}
And therefore $a=b$ by injectivity of $f\vert_n$.